[Feature] Add Highlight active users feature#542
Open
mltbnz wants to merge 17 commits into
Open
Conversation
Highlight active users feature
Highlight active users featureFeature] Add Highlight active users feature
# Conflicts: # CriticalMapsKit/Sources/L10n/Resources/de.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/en.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/es.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/fr.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/it.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/pl.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/pt-BR.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/pt-PT.lproj/Localizable.strings # CriticalMapsKit/Sources/L10n/Resources/tr.lproj/Localizable.strings # CriticalMapsKit/Sources/MapFeature/MapView.swift # CriticalMapsKit/Sources/SharedModels/UserSettings.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
π Docs
π² What
Introduces group detection ("Highlight active riders") plus a "What's New" onboarding sheet, consolidates Observation Mode, and adds a local development environment.
Highlight active riders (group detection)
RiderAnnotationView):.label), full sizeHighlight active riderstoggle in Settings (userSettings.highlightActiveRiders).parentsnapshot wasn't refreshed inupdateUIView."What's New" sheet
AppFeature.whatsNewVersion), gated bylastSeenWhatsNewVersionand an injectableappVersiondependency.Observation Mode consolidation
Destination.alertplumbing +didShowObservationModePrompt); the toggle now lives in the What's New sheet and Settings.Styleguide
CMButtonStylenow uses a tinted, interactive Liquid Glass capsule on iOS 26 (solid brand fill below) and a more prominent font.Local development environment
Critical Maps (Local)scheme /Debug Localbuild configuration points the app at a local mock server via an injectableServerConfiguration(host/scheme/port + poll interval); production is the untouched default. ATS exception added forlocalhost. (The mock server itself lives in a separate repo.)Localization & tests
L10n.swift).RiderActivityFilterTests,RiderAnnotationUpdateClientTests, andAppFeatureTests(What's New gating).π€ Why
π See
βΏοΈ Accessibility